3.1505 \(\int \frac{(2+3 x)^2}{(1-2 x) (3+5 x)^3} \, dx\)

Optimal. Leaf size=43 \[ -\frac{68}{3025 (5 x+3)}-\frac{1}{550 (5 x+3)^2}-\frac{49 \log (1-2 x)}{1331}+\frac{49 \log (5 x+3)}{1331} \]

[Out]

-1/(550*(3 + 5*x)^2) - 68/(3025*(3 + 5*x)) - (49*Log[1 - 2*x])/1331 + (49*Log[3
+ 5*x])/1331

_______________________________________________________________________________________

Rubi [A]  time = 0.0508923, antiderivative size = 43, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 22, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.045 \[ -\frac{68}{3025 (5 x+3)}-\frac{1}{550 (5 x+3)^2}-\frac{49 \log (1-2 x)}{1331}+\frac{49 \log (5 x+3)}{1331} \]

Antiderivative was successfully verified.

[In]  Int[(2 + 3*x)^2/((1 - 2*x)*(3 + 5*x)^3),x]

[Out]

-1/(550*(3 + 5*x)^2) - 68/(3025*(3 + 5*x)) - (49*Log[1 - 2*x])/1331 + (49*Log[3
+ 5*x])/1331

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 7.88864, size = 36, normalized size = 0.84 \[ - \frac{49 \log{\left (- 2 x + 1 \right )}}{1331} + \frac{49 \log{\left (5 x + 3 \right )}}{1331} - \frac{68}{3025 \left (5 x + 3\right )} - \frac{1}{550 \left (5 x + 3\right )^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((2+3*x)**2/(1-2*x)/(3+5*x)**3,x)

[Out]

-49*log(-2*x + 1)/1331 + 49*log(5*x + 3)/1331 - 68/(3025*(5*x + 3)) - 1/(550*(5*
x + 3)**2)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0332312, size = 35, normalized size = 0.81 \[ \frac{-\frac{11 (680 x+419)}{(5 x+3)^2}-2450 \log (1-2 x)+2450 \log (10 x+6)}{66550} \]

Antiderivative was successfully verified.

[In]  Integrate[(2 + 3*x)^2/((1 - 2*x)*(3 + 5*x)^3),x]

[Out]

((-11*(419 + 680*x))/(3 + 5*x)^2 - 2450*Log[1 - 2*x] + 2450*Log[6 + 10*x])/66550

_______________________________________________________________________________________

Maple [A]  time = 0.012, size = 36, normalized size = 0.8 \[ -{\frac{1}{550\, \left ( 3+5\,x \right ) ^{2}}}-{\frac{68}{9075+15125\,x}}+{\frac{49\,\ln \left ( 3+5\,x \right ) }{1331}}-{\frac{49\,\ln \left ( -1+2\,x \right ) }{1331}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((2+3*x)^2/(1-2*x)/(3+5*x)^3,x)

[Out]

-1/550/(3+5*x)^2-68/3025/(3+5*x)+49/1331*ln(3+5*x)-49/1331*ln(-1+2*x)

_______________________________________________________________________________________

Maxima [A]  time = 1.34701, size = 49, normalized size = 1.14 \[ -\frac{680 \, x + 419}{6050 \,{\left (25 \, x^{2} + 30 \, x + 9\right )}} + \frac{49}{1331} \, \log \left (5 \, x + 3\right ) - \frac{49}{1331} \, \log \left (2 \, x - 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(3*x + 2)^2/((5*x + 3)^3*(2*x - 1)),x, algorithm="maxima")

[Out]

-1/6050*(680*x + 419)/(25*x^2 + 30*x + 9) + 49/1331*log(5*x + 3) - 49/1331*log(2
*x - 1)

_______________________________________________________________________________________

Fricas [A]  time = 0.21775, size = 74, normalized size = 1.72 \[ \frac{2450 \,{\left (25 \, x^{2} + 30 \, x + 9\right )} \log \left (5 \, x + 3\right ) - 2450 \,{\left (25 \, x^{2} + 30 \, x + 9\right )} \log \left (2 \, x - 1\right ) - 7480 \, x - 4609}{66550 \,{\left (25 \, x^{2} + 30 \, x + 9\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(3*x + 2)^2/((5*x + 3)^3*(2*x - 1)),x, algorithm="fricas")

[Out]

1/66550*(2450*(25*x^2 + 30*x + 9)*log(5*x + 3) - 2450*(25*x^2 + 30*x + 9)*log(2*
x - 1) - 7480*x - 4609)/(25*x^2 + 30*x + 9)

_______________________________________________________________________________________

Sympy [A]  time = 0.37406, size = 34, normalized size = 0.79 \[ - \frac{680 x + 419}{151250 x^{2} + 181500 x + 54450} - \frac{49 \log{\left (x - \frac{1}{2} \right )}}{1331} + \frac{49 \log{\left (x + \frac{3}{5} \right )}}{1331} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((2+3*x)**2/(1-2*x)/(3+5*x)**3,x)

[Out]

-(680*x + 419)/(151250*x**2 + 181500*x + 54450) - 49*log(x - 1/2)/1331 + 49*log(
x + 3/5)/1331

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.216626, size = 45, normalized size = 1.05 \[ -\frac{680 \, x + 419}{6050 \,{\left (5 \, x + 3\right )}^{2}} + \frac{49}{1331} \,{\rm ln}\left ({\left | 5 \, x + 3 \right |}\right ) - \frac{49}{1331} \,{\rm ln}\left ({\left | 2 \, x - 1 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(3*x + 2)^2/((5*x + 3)^3*(2*x - 1)),x, algorithm="giac")

[Out]

-1/6050*(680*x + 419)/(5*x + 3)^2 + 49/1331*ln(abs(5*x + 3)) - 49/1331*ln(abs(2*
x - 1))